Skip to main content
GET
/
rag
/
user
/
{user_id}
/
Get Configs By User
curl --request GET \
  --url https://rag-prod.studio.lyzr.ai/v3/rag/user/{user_id}/ \
  --header 'x-api-key: <api-key>'
{
  "configs": []
}

Authorizations

x-api-key
string
header
required

Path Parameters

user_id
string
required

The unique identifier of the user whose configurations are being requested.

Example:

"1234564"

Query Parameters

semantic_data_models
boolean | null

Optional filter to include semantic data models in the returned configurations.

Example:

true

Response

Configurations successfully retrieved.

configs
object[]

List of RAG configuration objects.

Example:
[]